CanReplace Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
Determines whether the item at the specified can be replaced in the collection.
public override bool CanReplace(
int ,
)
'Declaration
Public Overrides Function CanReplace( _
ByVal As Integer, _
ByVal As _
) As Boolean
Parameters
- index
- This parameter is ignored.
- item
- The item that would be replaced.